﻿2026-06-17T06:47:29.6950568Z Current runner version: '2.335.1'
2026-06-17T06:47:29.6955243Z Runner name: 'hfenduleam'
2026-06-17T06:47:29.6955715Z Runner group name: 'Default'
2026-06-17T06:47:29.6956348Z Machine name: 'HFENDULEAM'
2026-06-17T06:47:29.6958224Z ##[group]GITHUB_TOKEN Permissions
2026-06-17T06:47:29.6959511Z Contents: read
2026-06-17T06:47:29.6959846Z Metadata: read
2026-06-17T06:47:29.6960166Z Packages: read
2026-06-17T06:47:29.6960473Z ##[endgroup]
2026-06-17T06:47:29.6961725Z Secret source: Actions
2026-06-17T06:47:29.6962148Z Prepare workflow directory
2026-06-17T06:47:29.7386998Z Prepare all required actions
2026-06-17T06:47:29.7411761Z Getting action download info
2026-06-17T06:47:30.1048331Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-17T06:47:30.7266868Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-17T06:47:30.8065388Z ##[group]Run actions/checkout@v5
2026-06-17T06:47:30.8066431Z with:
2026-06-17T06:47:30.8066923Z   fetch-depth: 0
2026-06-17T06:47:30.8067596Z   repository: SaberMage/spt-core
2026-06-17T06:47:30.8073576Z   token: ***
2026-06-17T06:47:30.8074108Z   ssh-strict: true
2026-06-17T06:47:30.8074646Z   ssh-user: git
2026-06-17T06:47:30.8075197Z   persist-credentials: true
2026-06-17T06:47:30.8075803Z   clean: true
2026-06-17T06:47:30.8076341Z   sparse-checkout-cone-mode: true
2026-06-17T06:47:30.8076988Z   fetch-tags: false
2026-06-17T06:47:30.8077672Z   show-progress: true
2026-06-17T06:47:30.8078226Z   lfs: false
2026-06-17T06:47:30.8078753Z   submodules: false
2026-06-17T06:47:30.8079298Z   set-safe-directory: true
2026-06-17T06:47:30.8080072Z ##[endgroup]
2026-06-17T06:47:31.0014228Z Syncing repository: SaberMage/spt-core
2026-06-17T06:47:31.0015872Z ##[group]Getting Git version info
2026-06-17T06:47:31.0016827Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-17T06:47:31.0319462Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-17T06:47:31.0543561Z git version 2.43.0.windows.1
2026-06-17T06:47:31.0572492Z ##[endgroup]
2026-06-17T06:47:31.0580424Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ae589cc5-0ff5-4a71-b238-a99baa9178d2\.gitconfig'
2026-06-17T06:47:31.0595377Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ae589cc5-0ff5-4a71-b238-a99baa9178d2' before making global git config changes
2026-06-17T06:47:31.0597048Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:47:31.0600404Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-17T06:47:31.0841226Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-17T06:47:31.1028211Z https://github.com/SaberMage/spt-core
2026-06-17T06:47:31.1054787Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T06:47:31.1058715Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T06:47:31.1260705Z HEAD
2026-06-17T06:47:31.1503487Z ##[endgroup]
2026-06-17T06:47:31.1506465Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-17T06:47:31.5253137Z ##[group]Cleaning the repository
2026-06-17T06:47:31.5253860Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-17T06:47:32.3465659Z Removing dist/
2026-06-17T06:47:32.3465979Z Removing target/
2026-06-17T06:47:32.3499332Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-17T06:47:32.3987822Z HEAD is now at b6470c1c release: v0.8.3
2026-06-17T06:47:32.4013821Z ##[endgroup]
2026-06-17T06:47:32.4017890Z ##[group]Disabling automatic garbage collection
2026-06-17T06:47:32.4023277Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-17T06:47:32.4245296Z ##[endgroup]
2026-06-17T06:47:32.4245744Z ##[group]Setting up auth
2026-06-17T06:47:32.4251698Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:47:32.4506050Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-17T06:47:32.8026241Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:47:32.8252471Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-17T06:47:33.2067923Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:47:33.2283489Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-17T06:47:33.5820890Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-17T06:47:33.6120864Z ##[endgroup]
2026-06-17T06:47:33.6121297Z ##[group]Fetching the repository
2026-06-17T06:47:33.6128714Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +934b9dd4f538395a1d41c59261f8ae687f5becfe:refs/remotes/pull/20/merge
2026-06-17T06:47:34.5068006Z From https://github.com/SaberMage/spt-core
2026-06-17T06:47:34.5068739Z  * [new branch]        fix/win-program-resolve                  -> origin/fix/win-program-resolve
2026-06-17T06:47:34.5069322Z  t [tag update]        v0.8.3                                   -> v0.8.3
2026-06-17T06:47:34.5069864Z  * [new ref]           934b9dd4f538395a1d41c59261f8ae687f5becfe -> pull/20/merge
2026-06-17T06:47:34.5195562Z ##[endgroup]
2026-06-17T06:47:34.5195987Z ##[group]Determining the checkout info
2026-06-17T06:47:34.5196427Z ##[endgroup]
2026-06-17T06:47:34.5204753Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-17T06:47:34.5484862Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-17T06:47:34.5722319Z ##[group]Checking out the ref
2026-06-17T06:47:34.5726840Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/20/merge
2026-06-17T06:47:34.6235166Z Previous HEAD position was b6470c1c release: v0.8.3
2026-06-17T06:47:34.6235599Z HEAD is now at 934b9dd4 Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:47:34.6259707Z ##[endgroup]
2026-06-17T06:47:34.6553382Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-17T06:47:34.6784031Z 934b9dd4f538395a1d41c59261f8ae687f5becfe
2026-06-17T06:47:34.7076312Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-17T06:47:34.7076685Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-17T06:47:34.7076951Z [36;1m$PIN = "0c95435"[0m
2026-06-17T06:47:34.7077251Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-17T06:47:34.7077515Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-17T06:47:34.7077920Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-17T06:47:34.7078289Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-17T06:47:34.7078581Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-17T06:47:34.7078884Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-17T06:47:34.7079123Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-17T06:47:34.7079409Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-17T06:47:34.7079785Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-17T06:47:34.7080004Z [36;1m}[0m
2026-06-17T06:47:34.7080189Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-17T06:47:34.7081012Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-17T06:47:34.7161070Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-17T06:47:34.7161363Z ##[endgroup]
2026-06-17T06:47:35.5624402Z    Compiling proc-macro2 v1.0.106
2026-06-17T06:47:35.5624717Z    Compiling quote v1.0.45
2026-06-17T06:47:35.5625073Z    Compiling unicode-ident v1.0.24
2026-06-17T06:47:35.5625357Z    Compiling cfg-if v1.0.4
2026-06-17T06:47:35.5625653Z    Compiling serde_core v1.0.228
2026-06-17T06:47:35.5626258Z    Compiling serde v1.0.228
2026-06-17T06:47:35.5626581Z    Compiling windows-link v0.2.1
2026-06-17T06:47:35.5626931Z    Compiling getrandom v0.3.4
2026-06-17T06:47:35.5627212Z    Compiling typenum v1.20.1
2026-06-17T06:47:35.5627592Z    Compiling portable-atomic v1.13.1
2026-06-17T06:47:35.5628519Z    Compiling version_check v0.9.5
2026-06-17T06:47:35.5629048Z    Compiling pin-project-lite v0.2.17
2026-06-17T06:47:35.5629437Z    Compiling shlex v2.0.1
2026-06-17T06:47:35.5629721Z    Compiling critical-section v1.2.0
2026-06-17T06:47:35.5630066Z    Compiling memchr v2.8.1
2026-06-17T06:47:35.5630401Z    Compiling find-msvc-tools v0.1.9
2026-06-17T06:47:35.6422554Z    Compiling windows-sys v0.61.2
2026-06-17T06:47:35.6496852Z    Compiling subtle v2.6.1
2026-06-17T06:47:35.7140821Z    Compiling futures-core v0.3.32
2026-06-17T06:47:35.7217076Z    Compiling smallvec v1.15.1
2026-06-17T06:47:35.7219882Z    Compiling equivalent v1.0.2
2026-06-17T06:47:36.2115410Z    Compiling itoa v1.0.18
2026-06-17T06:47:36.2118198Z    Compiling bytes v1.11.1
2026-06-17T06:47:36.2397750Z    Compiling semver v1.0.28
2026-06-17T06:47:36.2475531Z    Compiling stable_deref_trait v1.2.1
2026-06-17T06:47:36.2721408Z    Compiling log v0.4.32
2026-06-17T06:47:36.3135698Z    Compiling slab v0.4.12
2026-06-17T06:47:36.3632604Z    Compiling generic-array v0.14.7
2026-06-17T06:47:36.4056883Z    Compiling futures-io v0.3.32
2026-06-17T06:47:36.5116930Z    Compiling rustc_version v0.4.1
2026-06-17T06:47:36.5223500Z    Compiling futures-sink v0.3.32
2026-06-17T06:47:36.5318442Z    Compiling hashbrown v0.17.1
2026-06-17T06:47:36.5765282Z    Compiling rustversion v1.0.22
2026-06-17T06:47:36.5836501Z    Compiling futures-task v0.3.32
2026-06-17T06:47:36.6888673Z    Compiling getrandom v0.2.17
2026-06-17T06:47:36.7171015Z    Compiling futures-channel v0.3.32
2026-06-17T06:47:36.7550142Z    Compiling cpufeatures v0.2.17
2026-06-17T06:47:36.7595257Z    Compiling fnv v1.0.7
2026-06-17T06:47:36.9129837Z    Compiling libc v0.2.186
2026-06-17T06:47:37.0158617Z    Compiling rand_core v0.10.1
2026-06-17T06:47:37.0159058Z    Compiling cfg_aliases v0.2.1
2026-06-17T06:47:37.0274992Z    Compiling strsim v0.11.1
2026-06-17T06:47:37.0305883Z    Compiling autocfg v1.5.1
2026-06-17T06:47:37.0406270Z    Compiling writeable v0.6.3
2026-06-17T06:47:37.0619883Z    Compiling litemap v0.8.2
2026-06-17T06:47:37.0750095Z    Compiling icu_properties_data v2.2.0
2026-06-17T06:47:37.0913989Z    Compiling jobserver v0.1.34
2026-06-17T06:47:37.1324881Z    Compiling ident_case v1.0.1
2026-06-17T06:47:37.1654653Z    Compiling fs_extra v1.3.0
2026-06-17T06:47:37.1895575Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T06:47:37.3258152Z    Compiling indexmap v2.14.0
2026-06-17T06:47:37.3338480Z    Compiling getrandom v0.4.2
2026-06-17T06:47:37.3408747Z    Compiling utf8_iter v1.0.4
2026-06-17T06:47:37.3603930Z    Compiling cc v1.2.63
2026-06-17T06:47:37.4820236Z    Compiling dunce v1.0.5
2026-06-17T06:47:37.5745502Z    Compiling percent-encoding v2.3.2
2026-06-17T06:47:37.6427091Z    Compiling syn v2.0.117
2026-06-17T06:47:37.6620671Z    Compiling http v1.4.1
2026-06-17T06:47:37.6644887Z    Compiling unicode-segmentation v1.13.3
2026-06-17T06:47:37.6656085Z    Compiling crypto-common v0.1.7
2026-06-17T06:47:37.7674230Z    Compiling cpufeatures v0.3.0
2026-06-17T06:47:37.8158033Z    Compiling thiserror v2.0.18
2026-06-17T06:47:37.8521195Z    Compiling aws-lc-rs v1.17.0
2026-06-17T06:47:37.8727506Z    Compiling scopeguard v1.2.0
2026-06-17T06:47:37.8916944Z    Compiling chacha20 v0.10.0
2026-06-17T06:47:37.9016833Z    Compiling form_urlencoded v1.2.2
2026-06-17T06:47:37.9315417Z    Compiling block-buffer v0.10.4
2026-06-17T06:47:37.9460639Z    Compiling lock_api v0.4.14
2026-06-17T06:47:37.9852892Z    Compiling bitflags v2.12.1
2026-06-17T06:47:38.0151405Z    Compiling untrusted v0.9.0
2026-06-17T06:47:38.0953129Z    Compiling winapi v0.3.9
2026-06-17T06:47:38.1281825Z    Compiling rand v0.10.1
2026-06-17T06:47:38.1537047Z    Compiling digest v0.10.7
2026-06-17T06:47:38.1592494Z    Compiling num-traits v0.2.19
2026-06-17T06:47:38.2264270Z    Compiling cmake v0.1.58
2026-06-17T06:47:38.2273745Z    Compiling windows-result v0.4.1
2026-06-17T06:47:38.2541469Z    Compiling windows-strings v0.5.1
2026-06-17T06:47:38.2698895Z    Compiling rustls v0.23.40
2026-06-17T06:47:38.2703536Z    Compiling heck v0.5.0
2026-06-17T06:47:38.3750848Z    Compiling convert_case v0.10.0
2026-06-17T06:47:38.4423068Z    Compiling atomic-waker v1.1.2
2026-06-17T06:47:38.4994457Z    Compiling anyhow v1.0.102
2026-06-17T06:47:38.5762190Z    Compiling const-oid v0.10.2
2026-06-17T06:47:38.6006173Z    Compiling unicode-xid v0.2.6
2026-06-17T06:47:38.6222225Z    Compiling parking_lot_core v0.9.12
2026-06-17T06:47:38.6275018Z    Compiling zerocopy v0.8.50
2026-06-17T06:47:38.7333505Z    Compiling httparse v1.10.1
2026-06-17T06:47:38.7441352Z    Compiling http-body v1.0.1
2026-06-17T06:47:38.7714172Z    Compiling curve25519-dalek v4.1.3
2026-06-17T06:47:38.7839482Z    Compiling hybrid-array v0.4.12
2026-06-17T06:47:38.8763390Z    Compiling ahash v0.8.12
2026-06-17T06:47:39.0042117Z    Compiling powerfmt v0.2.0
2026-06-17T06:47:39.0398278Z    Compiling either v1.16.0
2026-06-17T06:47:39.0576097Z    Compiling base64ct v1.8.3
2026-06-17T06:47:39.1515866Z    Compiling fastrand v2.4.1
2026-06-17T06:47:39.2679226Z    Compiling deranged v0.5.8
2026-06-17T06:47:39.2711122Z    Compiling rand_core v0.6.4
2026-06-17T06:47:39.3751844Z    Compiling aws-lc-sys v0.41.0
2026-06-17T06:47:39.3766951Z    Compiling ring v0.17.14
2026-06-17T06:47:39.3910735Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T06:47:39.4047297Z    Compiling num-conv v0.2.2
2026-06-17T06:47:39.4663110Z    Compiling tinyvec_macros v0.1.1
2026-06-17T06:47:39.5187765Z    Compiling zmij v1.0.21
2026-06-17T06:47:39.5811061Z    Compiling tower-service v0.3.3
2026-06-17T06:47:39.5999992Z    Compiling base64 v0.22.1
2026-06-17T06:47:39.6134975Z    Compiling pkg-config v0.3.33
2026-06-17T06:47:39.6641543Z    Compiling try-lock v0.2.5
2026-06-17T06:47:39.6908759Z    Compiling data-encoding v2.11.0
2026-06-17T06:47:39.7850878Z    Compiling vcpkg v0.2.15
2026-06-17T06:47:39.7950415Z    Compiling time-core v0.1.8
2026-06-17T06:47:39.8170497Z    Compiling want v0.3.1
2026-06-17T06:47:39.8230895Z    Compiling parking_lot v0.12.5
2026-06-17T06:47:39.9305951Z    Compiling tinyvec v1.11.0
2026-06-17T06:47:39.9935420Z    Compiling block-buffer v0.12.0
2026-06-17T06:47:40.0025972Z    Compiling crypto-common v0.2.2
2026-06-17T06:47:40.0609634Z    Compiling vergen-lib v9.1.0
2026-06-17T06:47:40.0654629Z    Compiling sha2 v0.10.9
2026-06-17T06:47:40.2013720Z    Compiling inout v0.1.4
2026-06-17T06:47:40.3723582Z    Compiling n0-future v0.3.2
2026-06-17T06:47:40.3803050Z    Compiling parking v2.2.1
2026-06-17T06:47:40.4389277Z    Compiling signature v2.2.0
2026-06-17T06:47:40.5151541Z    Compiling cordyceps v0.3.4
2026-06-17T06:47:40.5834836Z    Compiling httpdate v1.0.3
2026-06-17T06:47:40.5870133Z    Compiling crossbeam-utils v0.8.21
2026-06-17T06:47:40.6354078Z    Compiling spin v0.10.0
2026-06-17T06:47:40.6562319Z    Compiling winnow v1.0.3
2026-06-17T06:47:40.7000497Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-17T06:47:40.7650226Z    Compiling serde_json v1.0.150
2026-06-17T06:47:40.7682240Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T06:47:40.8251626Z    Compiling diatomic-waker v0.2.3
2026-06-17T06:47:40.9086799Z    Compiling digest v0.11.3
2026-06-17T06:47:40.9681283Z    Compiling ed25519 v2.2.3
2026-06-17T06:47:41.0820309Z    Compiling futures-buffered v0.2.13
2026-06-17T06:47:41.0861279Z    Compiling futures-lite v2.6.1
2026-06-17T06:47:41.0946042Z    Compiling cipher v0.4.4
2026-06-17T06:47:41.2078492Z    Compiling vergen-lib v0.1.6
2026-06-17T06:47:41.2239984Z    Compiling vergen v9.1.0
2026-06-17T06:47:41.2347339Z    Compiling universal-hash v0.5.1
2026-06-17T06:47:41.2414688Z    Compiling noq-udp v0.10.0
2026-06-17T06:47:41.3348787Z    Compiling heapless v0.7.17
2026-06-17T06:47:41.3618410Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T06:47:41.4835438Z    Compiling sync_wrapper v1.0.2
2026-06-17T06:47:41.4835998Z    Compiling allocator-api2 v0.2.21
2026-06-17T06:47:41.5041840Z    Compiling byteorder v1.5.0
2026-06-17T06:47:41.5125241Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T06:47:41.6551467Z    Compiling synstructure v0.13.2
2026-06-17T06:47:41.6610955Z    Compiling darling_core v0.20.11
2026-06-17T06:47:41.6679297Z    Compiling opaque-debug v0.3.1
2026-06-17T06:47:41.7566287Z    Compiling hash32 v0.2.1
2026-06-17T06:47:41.7655873Z    Compiling polyval v0.6.2
2026-06-17T06:47:41.8419138Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T06:47:42.0004512Z    Compiling vergen-gitcl v1.0.8
2026-06-17T06:47:42.0015977Z    Compiling spin v0.9.8
2026-06-17T06:47:42.0019712Z    Compiling windows-threading v0.2.1
2026-06-17T06:47:42.0719219Z    Compiling tower-layer v0.3.3
2026-06-17T06:47:42.0843395Z    Compiling signature v3.0.0
2026-06-17T06:47:42.1751201Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T06:47:42.2287375Z    Compiling fallible-iterator v0.3.0
2026-06-17T06:47:42.2669837Z    Compiling ryu v1.0.23
2026-06-17T06:47:42.3094856Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T06:47:42.4731580Z    Compiling windows-targets v0.52.6
2026-06-17T06:47:42.5310485Z    Compiling ghash v0.5.1
2026-06-17T06:47:42.5910626Z    Compiling aes v0.8.4
2026-06-17T06:47:42.6126022Z    Compiling ctr v0.9.2
2026-06-17T06:47:42.6279503Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T06:47:42.6604442Z    Compiling fs2 v0.4.3
2026-06-17T06:47:42.6789172Z    Compiling time v0.3.47
2026-06-17T06:47:42.7125464Z    Compiling http-body-util v0.1.3
2026-06-17T06:47:42.8165620Z    Compiling aead v0.5.2
2026-06-17T06:47:42.9008861Z    Compiling ipconfig v0.3.4
2026-06-17T06:47:42.9678361Z    Compiling proc-macro-crate v3.5.0
2026-06-17T06:47:42.9794195Z    Compiling widestring v1.2.1
2026-06-17T06:47:43.1530809Z    Compiling aes-gcm v0.10.3
2026-06-17T06:47:43.2640489Z    Compiling socket2 v0.6.4
2026-06-17T06:47:43.3244274Z    Compiling mio v1.2.1
2026-06-17T06:47:43.4180853Z    Compiling windows-sys v0.59.0
2026-06-17T06:47:43.4737652Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T06:47:43.6278821Z    Compiling crossbeam-channel v0.5.15
2026-06-17T06:47:43.7322538Z    Compiling blake3 v1.8.5
2026-06-17T06:47:43.8079257Z    Compiling windows-registry v0.6.1
2026-06-17T06:47:43.8285046Z    Compiling uuid v1.23.2
2026-06-17T06:47:43.9070181Z    Compiling memoffset v0.6.5
2026-06-17T06:47:43.9719745Z    Compiling noq v0.18.0
2026-06-17T06:47:44.1617811Z    Compiling serde_derive v1.0.228
2026-06-17T06:47:44.1765797Z    Compiling zeroize_derive v1.4.3
2026-06-17T06:47:44.1954595Z    Compiling zerofrom-derive v0.1.7
2026-06-17T06:47:44.2367270Z    Compiling tokio-macros v2.7.0
2026-06-17T06:47:44.2380579Z    Compiling yoke-derive v0.8.2
2026-06-17T06:47:44.3071640Z    Compiling futures-macro v0.3.32
2026-06-17T06:47:44.3358665Z    Compiling zerovec-derive v0.11.3
2026-06-17T06:47:44.3942807Z    Compiling displaydoc v0.2.6
2026-06-17T06:47:44.5310820Z    Compiling tracing-attributes v0.1.31
2026-06-17T06:47:44.5341078Z    Compiling thiserror-impl v2.0.18
2026-06-17T06:47:44.8004210Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T06:47:44.8464770Z    Compiling darling_macro v0.20.11
2026-06-17T06:47:44.9516441Z    Compiling zeroize v1.8.2
2026-06-17T06:47:45.0775020Z    Compiling tokio v1.52.3
2026-06-17T06:47:45.2896173Z    Compiling futures-util v0.3.32
2026-06-17T06:47:45.3017936Z    Compiling rustls-pki-types v1.14.1
2026-06-17T06:47:45.3629113Z    Compiling derive_more-impl v2.1.1
2026-06-17T06:47:45.3896471Z    Compiling darling v0.20.11
2026-06-17T06:47:45.4273785Z    Compiling windows-implement v0.60.2
2026-06-17T06:47:45.5347327Z    Compiling n0-error-macros v0.1.3
2026-06-17T06:47:45.6988153Z    Compiling derive_builder_core v0.20.2
2026-06-17T06:47:45.6991358Z    Compiling spez v0.1.2
2026-06-17T06:47:45.7958837Z    Compiling windows-interface v0.59.3
2026-06-17T06:47:45.8517147Z    Compiling zerofrom v0.1.8
2026-06-17T06:47:46.0495498Z    Compiling der v0.8.0-rc.10
2026-06-17T06:47:46.1643918Z    Compiling yoke v0.8.3
2026-06-17T06:47:46.2072889Z    Compiling pin-project-internal v1.1.13
2026-06-17T06:47:46.2753457Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T06:47:46.3185746Z    Compiling postcard-derive v0.2.2
2026-06-17T06:47:46.5317524Z    Compiling zerovec v0.11.6
2026-06-17T06:47:46.5507155Z    Compiling zerotrie v0.2.4
2026-06-17T06:47:46.5927992Z    Compiling n0-error v0.1.3
2026-06-17T06:47:46.7854600Z    Compiling windows-core v0.62.2
2026-06-17T06:47:46.8013656Z    Compiling cobs v0.3.0
2026-06-17T06:47:46.9634660Z    Compiling derive_builder_macro v0.20.2
2026-06-17T06:47:47.0634449Z    Compiling ed25519-dalek v2.2.0
2026-06-17T06:47:47.1027037Z    Compiling data-encoding-macro v0.1.20
2026-06-17T06:47:47.1123771Z    Compiling spki v0.8.0-rc.4
2026-06-17T06:47:47.1315271Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T06:47:47.3277850Z    Compiling tinystr v0.8.3
2026-06-17T06:47:47.3312398Z    Compiling potential_utf v0.1.5
2026-06-17T06:47:47.3357429Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T06:47:47.4204614Z    Compiling spt-proto v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-17T06:47:47.4658143Z    Compiling icu_collections v2.2.0
2026-06-17T06:47:47.5153636Z    Compiling icu_locale_core v2.2.0
2026-06-17T06:47:47.5971074Z    Compiling derive_builder v0.20.2
2026-06-17T06:47:47.6379606Z    Compiling windows-numerics v0.3.1
2026-06-17T06:47:47.6403264Z    Compiling pin-project v1.1.13
2026-06-17T06:47:47.6698210Z    Compiling windows-future v0.3.2
2026-06-17T06:47:47.7336371Z    Compiling windows-collections v0.3.2
2026-06-17T06:47:47.8175412Z    Compiling strum_macros v0.28.0
2026-06-17T06:47:47.9586866Z    Compiling enum-assoc v1.3.0
2026-06-17T06:47:47.9588295Z    Compiling async-trait v0.1.89
2026-06-17T06:47:48.0641015Z    Compiling num_enum_derive v0.7.6
2026-06-17T06:47:48.3550847Z    Compiling futures-executor v0.3.32
2026-06-17T06:47:48.3792382Z    Compiling windows v0.62.2
2026-06-17T06:47:48.3830062Z    Compiling netwatch v0.16.0
2026-06-17T06:47:48.4824810Z    Compiling icu_provider v2.2.0
2026-06-17T06:47:48.6311161Z    Compiling futures v0.3.32
2026-06-17T06:47:48.7279658Z    Compiling acto v0.8.2
2026-06-17T06:47:48.7709990Z    Compiling icu_properties v2.2.0
2026-06-17T06:47:48.7772261Z    Compiling icu_normalizer v2.2.0
2026-06-17T06:47:48.9555695Z    Compiling ipnet v2.12.0
2026-06-17T06:47:49.2959276Z    Compiling prefix-trie v0.8.4
2026-06-17T06:47:49.2976546Z    Compiling tokio-util v0.7.18
2026-06-17T06:47:49.3271665Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T06:47:49.4856768Z    Compiling once_cell v1.21.4
2026-06-17T06:47:49.5217790Z    Compiling tower v0.5.3
2026-06-17T06:47:49.6997145Z    Compiling tracing-core v0.1.36
2026-06-17T06:47:49.7063234Z    Compiling derive_more v2.1.1
2026-06-17T06:47:49.7200114Z    Compiling postcard v1.1.3
2026-06-17T06:47:49.8631952Z    Compiling chrono v0.4.45
2026-06-17T06:47:49.8808437Z    Compiling hashbrown v0.14.5
2026-06-17T06:47:49.9670611Z    Compiling idna_adapter v1.2.2
2026-06-17T06:47:49.9746103Z    Compiling mac-addr v0.3.0
2026-06-17T06:47:50.1000444Z    Compiling tracing v0.1.44
2026-06-17T06:47:50.1172282Z    Compiling idna v1.1.0
2026-06-17T06:47:50.1649546Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T06:47:50.1653104Z    Compiling rustc-hash v2.1.2
2026-06-17T06:47:50.2370092Z    Compiling identity-hash v0.1.0
2026-06-17T06:47:50.2973328Z    Compiling xml-rs v0.8.28
2026-06-17T06:47:50.3241002Z    Compiling tagptr v0.2.0
2026-06-17T06:47:50.3798855Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T06:47:50.4066346Z    Compiling url v2.5.8
2026-06-17T06:47:50.5172694Z    Compiling h2 v0.4.14
2026-06-17T06:47:50.5631094Z    Compiling hashlink v0.9.1
2026-06-17T06:47:50.5814467Z    Compiling thiserror v1.0.69
2026-06-17T06:47:50.5835784Z    Compiling ref-cast v1.0.25
2026-06-17T06:47:50.5836167Z    Compiling foldhash v0.2.0
2026-06-17T06:47:50.6173958Z    Compiling lru-slab v0.1.2
2026-06-17T06:47:50.7682131Z    Compiling hashbrown v0.16.1
2026-06-17T06:47:50.7904589Z    Compiling moka v0.12.15
2026-06-17T06:47:50.8839094Z    Compiling rusqlite v0.32.1
2026-06-17T06:47:50.9327322Z    Compiling xmltree v0.10.3
2026-06-17T06:47:50.9971049Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T06:47:51.1206435Z    Compiling tower-http v0.6.11
2026-06-17T06:47:51.1607523Z    Compiling attohttpc v0.30.1
2026-06-17T06:47:51.2002810Z    Compiling iroh-base v0.98.0
2026-06-17T06:47:51.2199563Z    Compiling iroh-metrics v0.38.3
2026-06-17T06:47:51.3766421Z    Compiling strum v0.28.0
2026-06-17T06:47:51.5398830Z    Compiling n0-watcher v0.6.1
2026-06-17T06:47:51.6629027Z    Compiling netdev v0.42.0
2026-06-17T06:47:51.7046850Z    Compiling tokio-stream v0.1.18
2026-06-17T06:47:51.7375133Z    Compiling iroh-relay v0.98.0
2026-06-17T06:47:51.7662698Z    Compiling spt-store v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-17T06:47:51.7955365Z    Compiling num_enum v0.7.6
2026-06-17T06:47:51.9622930Z    Compiling serde_spanned v0.6.9
2026-06-17T06:47:51.9676336Z    Compiling toml_datetime v0.6.11
2026-06-17T06:47:52.2378277Z    Compiling ref-cast-impl v1.0.25
2026-06-17T06:47:52.2626660Z    Compiling thiserror-impl v1.0.69
2026-06-17T06:47:52.3010102Z    Compiling serde_derive_internals v0.29.1
2026-06-17T06:47:52.4665979Z    Compiling simple-dns v0.9.3
2026-06-17T06:47:52.6827547Z    Compiling serial-core v0.4.0
2026-06-17T06:47:52.6992358Z    Compiling aho-corasick v1.1.4
2026-06-17T06:47:52.9259399Z    Compiling toml_write v0.1.2
2026-06-17T06:47:52.9756619Z    Compiling simdutf8 v0.1.5
2026-06-17T06:47:53.0378348Z    Compiling winnow v0.7.15
2026-06-17T06:47:53.1154202Z    Compiling smol_str v0.1.24
2026-06-17T06:47:53.1346706Z    Compiling resolv-conf v0.7.6
2026-06-17T06:47:53.1697949Z    Compiling winreg v0.10.1
2026-06-17T06:47:54.0649970Z    Compiling spt-msg v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-17T06:47:54.0915932Z    Compiling arrayref v0.3.9
2026-06-17T06:47:54.2211180Z    Compiling regex-syntax v0.8.10
2026-06-17T06:47:54.2317619Z    Compiling sha1_smol v1.0.1
2026-06-17T06:47:54.2791091Z    Compiling hyper v1.10.1
2026-06-17T06:47:54.2871724Z    Compiling arrayvec v0.7.6
2026-06-17T06:47:54.4755668Z    Compiling constant_time_eq v0.4.2
2026-06-17T06:47:54.5686452Z    Compiling toml_edit v0.22.27
2026-06-17T06:47:54.5808826Z    Compiling schemars_derive v1.2.1
2026-06-17T06:47:54.7522725Z    Compiling iroh-dns v0.98.0
2026-06-17T06:47:55.0884125Z    Compiling serial-windows v0.4.0
2026-06-17T06:47:55.4103255Z    Compiling lru v0.16.4
2026-06-17T06:47:55.4103707Z    Compiling webpki-roots v1.0.7
2026-06-17T06:47:55.5279020Z    Compiling seize v0.5.1
2026-06-17T06:47:55.5543090Z    Compiling darling_core v0.23.0
2026-06-17T06:47:55.5603290Z    Compiling serde_bytes v0.11.19
2026-06-17T06:47:55.6483749Z    Compiling hmac v0.12.1
2026-06-17T06:47:55.8036755Z    Compiling hyper-util v0.1.20
2026-06-17T06:47:55.8426152Z    Compiling iroh v0.98.2
2026-06-17T06:47:55.8743097Z    Compiling pin-utils v0.1.0
2026-06-17T06:47:55.8945458Z    Compiling lazy_static v1.5.0
2026-06-17T06:47:55.9894666Z    Compiling bitflags v1.3.2
2026-06-17T06:47:56.0357328Z    Compiling once_cell_polyfill v1.70.2
2026-06-17T06:47:56.0754728Z    Compiling dyn-clone v1.0.20
2026-06-17T06:47:56.1640466Z    Compiling cmov v0.5.4
2026-06-17T06:47:56.2334001Z    Compiling regex-automata v0.4.14
2026-06-17T06:47:56.3064933Z    Compiling utf8parse v0.2.2
2026-06-17T06:47:56.3162454Z    Compiling anstyle v1.0.14
2026-06-17T06:47:56.4905120Z    Compiling anstyle-wincon v3.0.11
2026-06-17T06:47:56.4958452Z    Compiling ctutils v0.4.2
2026-06-17T06:47:56.5723624Z    Compiling anstyle-parse v1.0.0
2026-06-17T06:47:56.6222789Z    Compiling schemars v1.2.1
2026-06-17T06:47:56.6457684Z    Compiling toml v0.8.23
2026-06-17T06:47:56.7666682Z    Compiling nix v0.25.1
2026-06-17T06:47:56.8215963Z    Compiling shared_library v0.1.9
2026-06-17T06:47:56.8228108Z    Compiling hkdf v0.12.4
2026-06-17T06:47:56.8462819Z    Compiling papaya v0.2.4
2026-06-17T06:47:56.9194066Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T06:47:57.0125906Z    Compiling serial v0.4.0
2026-06-17T06:47:57.0884981Z    Compiling filedescriptor v0.8.3
2026-06-17T06:47:57.1247314Z    Compiling backon v1.6.0
2026-06-17T06:47:57.2002576Z    Compiling igd-next v0.17.1
2026-06-17T06:47:57.3864890Z    Compiling anstyle-query v1.1.5
2026-06-17T06:47:57.4261250Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T06:47:57.5689473Z    Compiling foldhash v0.1.5
2026-06-17T06:47:57.6053761Z    Compiling paste v1.0.15
2026-06-17T06:47:57.6186691Z    Compiling instability v0.3.12
2026-06-17T06:47:57.6599872Z    Compiling shell-words v1.1.1
2026-06-17T06:47:57.7688405Z    Compiling colorchoice v1.0.5
2026-06-17T06:47:57.8202388Z    Compiling downcast-rs v1.2.1
2026-06-17T06:47:57.8866964Z    Compiling wmi v0.18.4
2026-06-17T06:47:57.9136464Z    Compiling portable-pty v0.8.1
2026-06-17T06:47:57.9444676Z    Compiling anstream v1.0.0
2026-06-17T06:47:58.0170661Z    Compiling hashbrown v0.15.5
2026-06-17T06:47:58.1411291Z    Compiling spake2 v0.4.0
2026-06-17T06:47:58.3546047Z    Compiling regex v1.12.3
2026-06-17T06:47:58.4722050Z    Compiling strum_macros v0.26.4
2026-06-17T06:47:58.4899002Z    Compiling terminal_size v0.4.4
2026-06-17T06:47:58.6122267Z    Compiling crossterm_winapi v0.9.1
2026-06-17T06:47:58.7571155Z    Compiling spt-runtime v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-17T06:47:58.9856683Z    Compiling itertools v0.13.0
2026-06-17T06:47:59.0057809Z    Compiling darling_macro v0.23.0
2026-06-17T06:47:59.0327122Z    Compiling castaway v0.2.4
2026-06-17T06:47:59.2181059Z    Compiling sha1 v0.10.6
2026-06-17T06:47:59.3406656Z    Compiling clap_lex v1.1.0
2026-06-17T06:47:59.3759283Z    Compiling recvmsg v1.0.0
2026-06-17T06:47:59.6049665Z    Compiling portmapper v0.16.0
2026-06-17T06:47:59.7412610Z    Compiling static_assertions v1.1.0
2026-06-17T06:47:59.7421267Z    Compiling doctest-file v1.1.1
2026-06-17T06:47:59.8392349Z    Compiling darling v0.23.0
2026-06-17T06:47:59.8407707Z    Compiling indoc v2.0.7
2026-06-17T06:48:00.0864172Z    Compiling unicode-width v0.1.14
2026-06-17T06:48:00.1481960Z    Compiling compact_str v0.8.2
2026-06-17T06:48:00.1962870Z    Compiling clap_builder v4.6.0
2026-06-17T06:48:00.3092598Z    Compiling interprocess v2.4.2
2026-06-17T06:48:00.4417966Z    Compiling crossterm v0.28.1
2026-06-17T06:48:00.6029640Z    Compiling strum v0.26.3
2026-06-17T06:48:00.6655490Z    Compiling unicode-truncate v1.1.0
2026-06-17T06:48:00.8332239Z    Compiling spt-live v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-17T06:48:00.8585322Z    Compiling lru v0.12.5
2026-06-17T06:48:01.0395110Z    Compiling spt-term v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-17T06:48:01.0990580Z    Compiling clap_derive v4.6.1
2026-06-17T06:48:01.1673618Z    Compiling unicode-width v0.2.0
2026-06-17T06:48:01.4946075Z    Compiling cassowary v0.3.0
2026-06-17T06:48:01.5968828Z    Compiling nucleo-matcher v0.3.1
2026-06-17T06:48:01.7024318Z    Compiling qrcode v0.14.1
2026-06-17T06:48:01.7279957Z    Compiling tempfile v3.27.0
2026-06-17T06:48:01.8448099Z    Compiling ratatui v0.29.0
2026-06-17T06:48:03.0899274Z    Compiling clap v4.6.1
2026-06-17T06:48:13.8179786Z    Compiling rustls-webpki v0.103.13
2026-06-17T06:48:16.0997726Z    Compiling tokio-rustls v0.26.4
2026-06-17T06:48:16.0998037Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T06:48:16.0998335Z    Compiling noq-proto v0.17.0
2026-06-17T06:48:16.2396907Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T06:48:16.2397324Z    Compiling hyper-rustls v0.27.9
2026-06-17T06:48:16.2397585Z    Compiling tokio-websockets v0.13.2
2026-06-17T06:48:16.6703904Z    Compiling reqwest v0.13.4
2026-06-17T06:48:17.5331442Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T06:48:34.0083138Z    Compiling spt-net v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-17T06:48:35.3060590Z    Compiling spt-daemon v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-17T06:48:43.3407307Z    Compiling spt v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-17T06:48:50.1442285Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-06-17T06:48:50.1660718Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6131da65f79c6102.exe)
2026-06-17T06:48:50.2124730Z 
2026-06-17T06:48:50.2124999Z running 1 test
2026-06-17T06:48:57.3938214Z test new_brain_serves_against_old_broker ... ok
2026-06-17T06:48:57.3938420Z 
2026-06-17T06:48:57.3938621Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.18s
2026-06-17T06:48:57.3938876Z 
2026-06-17T06:48:57.4440619Z Post job cleanup.
2026-06-17T06:48:57.5438669Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-17T06:48:57.5655792Z git version 2.43.0.windows.1
2026-06-17T06:48:57.5690854Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b7d8c027-b719-4e2a-8308-b2a19d64a35c\.gitconfig'
2026-06-17T06:48:57.5703965Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b7d8c027-b719-4e2a-8308-b2a19d64a35c' before making global git config changes
2026-06-17T06:48:57.5704549Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:48:57.5708945Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-17T06:48:57.5928767Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:48:57.6145496Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-17T06:48:57.9754188Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:48:57.9966517Z http.https://github.com/.extraheader
2026-06-17T06:48:57.9994285Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-17T06:48:58.0230361Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-17T06:48:58.4057678Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:48:58.4323731Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-17T06:48:58.8031790Z Cleaning up orphan processes
